home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
misc
/
sci
/
MLSv1_7.lha
/
MLS.updates
< prev
next >
Wrap
Text File
|
1993-08-03
|
2KB
|
50 lines
Version 1.7 Updates
-------------------
Two (2) new regression Button have been added. They are called LOG and
LN. These only take affect when one of the 3 Logarithmic Regression Modes
are used. If LOG is selected, then the Logarithmic calculations will be
with LOG10 (Log base 10), If LN is selected, then the Logarithmic
calculation will be done with the Natural Log (Log base e).
Two new arguments have been added to support the LOG and LN gadgets:
-t LOG (Log base 10)
-n LN (Natural Log, Log Base e)
The X and Y axis are now drawn when the range of data points extend
across an Axis!
Version 1.6 Updates
-------------------
MLS can Now be run completely from CLI by supplying the necessary
arguments. The supported arguments are:
-l Linear Regression Mode
-p Power Regression Mode
-e Exponential Regression Mode
-x Logarithmic X-Axis Regression Mode
-y Logarithmic Y-Axis Regression Mode
-b Both X & Y axis Regression Mode
-s Save The Data File
-q Quit Program once all other arguments are completed
? Will show you a list of the above Parameters
Once the above arguments are given you can then give the name of the file.
(eg.)
MLS -l -s -q Example1 )
MLS -lsq Example1 } These Are ALL
MLS -L -S -Q Example1 } Equivalent Statements.
MLS -LSQ Example1 )
This will load the file "Example1", will use Linear regression for
calculation, the Data file will then be Saved and the program will then
Quit, returning you to CLI.
*Note* The Default Regression Mode is Linear, So if you want to do a Linear
regression Analysis the -l argument is not necessary.